ComponentOne Data Source for Entity Framework
C1.Data Namespace / PagingView<T> Class / TotalItemCount Property

In This Topic
    TotalItemCount Property (PagingView<T>)
    In This Topic
    Gets the total number of entities in the view before paging is applied.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalItemCount As System.Integer
    public System.int TotalItemCount {get;}
    See Also